Myghty Template Error

Error: Error: list index out of range
File: /usr/local/apache2/htdocs/voting/index.html line 254
Context: 251:
252: if id:
253: hashed = id.split('-')
254: if key.hash_val(hashed[1]) != id:
255: id = None
256: else:
257: id = hashed[1]
Traceback: /usr/local/apache2/htdocs/voting/index.html:254
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299


Original Stack Trace:

Error: Error: list index out of range
File: /usr/local/apache2/myghty/obj/main//voting/index.html.py line 67
Context: 64:
65: if id:
66: hashed = id.split('-')
67: if key.hash_val(hashed[1]) != id:
68: id = None
69: else:
70: id = hashed[1]
Traceback: /usr/local/apache2/myghty/obj/main//voting/index.html.py:67
/usr/local/lib/python2.4/site-packages/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/myghty/request.py:247
/usr/local/lib/python2.4/site-packages/myghty/exception.py:70
/usr/local/lib/python2.4/site-packages/myghty/request.py:268
/usr/local/lib/python2.4/site-packages/myghty/http/HTTPHandler.py:147
/usr/local/lib/python2.4/site-packages/myghty/http/ApacheHandler.py:29
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299